Gets the current owner of this document, which may be different from the author of the document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Owner As String |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWDocument
Dim value As String
instance.Owner = value
value = instance.Owner
|
C# | |
---|
string Owner {get; set;} |
C++/CLI | |
---|
property String^ Owner {
String^ get();
void set (String^ value);
} |
Return Value
Name of the current owner of this document
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS