次の方法で共有


StsUriElement.Value プロパティ

定義

要素の値を取得または設定します。

[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

プロパティ値

Uri

要素の値です。

属性

適用対象