Gets the name of the project for the document for this link.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property project As String |
| Visual Basic (Usage) | |
|---|
Dim instance As IPDMWLink
Dim value As String
instance.project = value
value = instance.project
|
| C# | |
|---|
string project {get; set;} |
| C++/CLI | |
|---|
property String^ project {
String^ get();
void set (String^ value);
} |
Return Value
Name of project for this link
See Also
Availability
SolidWorks Workgroup PDM 2003 SP3