State abbrev
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring State { get; set; }
Property State As String
Get
Set
Dim instance As IAddress
Dim value As String
value = instance.State
instance.State = value
property String^ State {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also