StsUriElement.Value Property

Definition

Gets or sets the value of the element.

[System.Configuration.ConfigurationProperty("value", IsKey=true, IsRequired=true)]
public Uri Value { get; set; }
[<System.Configuration.ConfigurationProperty("value", IsKey=true, IsRequired=true)>]
member this.Value : Uri with get, set
Public Property Value As Uri

Property Value

Uri

The value of the element.

Attributes

Applies to