Gets the revision of the source document for the configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property DocRevision As String |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWConfiguration
Dim value As String
instance.DocRevision = value
value = instance.DocRevision
|
C# | |
---|
string DocRevision {get; set;} |
C++/CLI | |
---|
property String^ DocRevision {
String^ get();
void set (String^ value);
} |
Return Value
Revision of the source document for the configuration
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS