AddressConfigurationElement.Value Property

Definition

Gets or sets the URI of the address.

[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 URI of the address.

Attributes

Applies to