The contents of the field on this particular object.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxObject Value { get; set; }
Property Value As Object
Get
Set
Dim instance As IUDefField
Dim value As Object
value = instance.Value
instance.Value = value
property Object^ Value {
Object^ get ();
void set (Object^ value);
}
Property Value
Type:
Object
See Also