Gets whether the user has read access to this project.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AllowRead As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWProject
Dim value As Integer
instance.AllowRead = value
value = instance.AllowRead
|
C# | |
---|
int AllowRead {get; set;} |
C++/CLI | |
---|
property int AllowRead {
int get();
void set (int value);
} |
Return Value
0 if not allowed, 1 if allowed
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS