Gets the name of the stream for the configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property StreamName As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfiguration
Dim value As System.String
value = instance.StreamName |
C# | |
---|
System.string StreamName {get;} |
C++/CLI | |
---|
property System.String^ StreamName {
System.String^ get();
} |
Property Value
Name of the stream for the configuration
Example
See Also
Availability
SOLIDWORKS Document Manager API 2004 FCS