Read Only (Read Only) |
Top Previous Next |
Indicates if the profile file has read only attribute set.
VB.NET Syntax
[Boolean =] Profiles.ReadOnly
C# Syntax
[bool =] Profiles.ReadOnly;
Remarks
If the attribute means that the profile file is read-only (ReadOnly property returning True value), profile information will not be saved preventing and error message to occur.
See Also FileName property.
|