AudienceUriElement::Value Property

.NET Framework (current version)
 

Gets or sets the audience URI.

Namespace:   System.IdentityModel.Configuration
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
[ConfigurationPropertyAttribute("value", IsRequired = true, DefaultValue = "", 
	IsKey = true)]
[StringValidatorAttribute(MinLength = 1)]
property String^ Value {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The audience URI.

.NET Framework
Available since 4.5
Return to top
Show: