Partager via


IdentityExpression.Word Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Gets or sets the name of the identity that the specified principal will be evaluated against.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Security
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security (in Microsoft.Practices.EnterpriseLibrary.Security.dll)

Syntax

'Declaration
PublicReadOnlyPropertyWordAs WordExpression
public WordExpression Word { get; }
public:
property WordExpression^ Word {
    WordExpression^ get ();
}
publicfunction getWord () : WordExpression

Field Value

An identity name.

See Also

IdentityExpression Class

Microsoft.Practices.EnterpriseLibrary.Security Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.