Share via


GroupToUpnClaimTransform.Upn Property

 

Gets or sets the UpnClaim to use during this transform.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public UpnClaim Upn { get; set; }
public:
property UpnClaim^ Upn {
    UpnClaim^ get();
    void set(UpnClaim^ value);
}
member Upn : UpnClaim with get, set
Public Property Upn As UpnClaim

Property Value

Type: System.Web.Security.SingleSignOn.UpnClaim

The UpnClaim to use during this transform.

See Also

GroupToUpnClaimTransform Class
System.Web.Security.SingleSignOn Namespace

Return to top