ValueValueContent Property |
Gets or sets the content of the value in the data type specified by DataType.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Object ValueContent { get; set; }
Public Property ValueContent As Object
Get
Set
public:
property Object^ ValueContent {
Object^ get ();
void set (Object^ value);
}
member ValueContent : Object with get, set
Property Value
Type:
Object
See Also