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