Gets or sets the value of the property.
.NET Syntax
Visual Basic (Declaration) | |
---|
Default Property Value As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWProperty
Dim value As System.String
instance.Value = value
value = instance.Value |
C# | |
---|
System.string this {get; set;} |
C++/CLI | |
---|
property System.String^ default [] {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Value of this property
Remarks
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS