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