PersonalInfo.NetworkAlertAccess Property
Gets and sets the network alert access type.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public RemoteAccessType NetworkAlertAccess { get; set; }
public:
[DataMemberAttribute]
property RemoteAccessType NetworkAlertAccess {
RemoteAccessType get();
void set(RemoteAccessType value);
}
<DataMemberAttribute>
Public Property NetworkAlertAccess As RemoteAccessType
Property Value
Type: Microsoft.WindowsServerSolutions.Users.RemoteAccessType
The network alert access type.
See Also
PersonalInfo Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top