次の方法で共有


PersonalInfo.Guid Property

 

Gets and sets the GUID.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

[DataMemberAttribute]
public Guid Guid { get; set; }
public:
[DataMemberAttribute]
property Guid Guid {
    Guid get();
    void set(Guid value);
}
<DataMemberAttribute>
Public Property Guid As Guid

Property Value

Type: System.Guid

The GUID.

See Also

PersonalInfo Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top