NamespaceDescription.DefaultKey Property

Definition

Gets or sets the default key for the namespace.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="DefaultKey", Order=102)]
public string DefaultKey { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="DefaultKey", Order=102)>]
member this.DefaultKey : string with get, set
Public Property DefaultKey As String

Property Value

The default key for the namespace.

Attributes

Applies to