Gets or sets the password for this user.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property password As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWUser
Dim value As System.String
instance.password = value
value = instance.password |
C# | |
---|
System.string password {get; set;} |
C++/CLI | |
---|
property System.String^ password {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Password
See Also
Availability
SOLIDWORKS Workgroup PDM 2004 FCS