Udostępnij za pośrednictwem


ScopeNamespace.TargetNamespace Property

Definition

Gets or sets namespace where the extension will be created for an Namespace scoped extension. If this namespace does not exist, it will be created

[Newtonsoft.Json.JsonProperty(PropertyName="targetNamespace")]
public string TargetNamespace { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="targetNamespace")>]
member this.TargetNamespace : string with get, set
Public Property TargetNamespace As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to