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