OperationInfoBase.PrincipalPermissionName Property

Definition

Gets or sets the user name associated with the security context of the operation.

public:
 virtual property System::String ^ PrincipalPermissionName { System::String ^ get(); void set(System::String ^ value); };
public virtual string PrincipalPermissionName { get; set; }
member this.PrincipalPermissionName : string with get, set
Public Overridable Property PrincipalPermissionName As String

Property Value

A string representing the user name associated with the security context of the operation.

Applies to