IDocumentfilename Property |
Filename - does not include path
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring filename { get; set; }
Property filename As String
Get
Set
Dim instance As IDocument
Dim value As String
value = instance.filename
instance.filename = value
property String^ filename {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also