Condividi tramite


ContentUser.OwnerUser Proprietà

Definizione

Ottiene un'istanza dell'utente tipo ContentUser "Proprietario".

public:
 static property System::Security::RightsManagement::ContentUser ^ OwnerUser { System::Security::RightsManagement::ContentUser ^ get(); };
public static System.Security.RightsManagement.ContentUser OwnerUser { get; }
member this.OwnerUser : System.Security.RightsManagement.ContentUser
Public Shared ReadOnly Property OwnerUser As ContentUser

Valore della proprietà

ContentUser

Istanza dell'utente tipo ContentUser "Proprietario".

Commenti

OwnerUser ha AuthenticationType "Internal" e Name "Owner".

OwnerUser viene utilizzato dai modelli lato server per concedere diritti speciali all'autore o all'autore del contenuto quando viene creato il documento protetto.

Si applica a

Vedi anche