NamespaceElement.Prefix 属性
定义
获取或设置此配置元素的命名空间前缀。Gets or sets the namespace prefix for this configuration element.
public:
property System::String ^ Prefix { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("prefix", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string Prefix { get; set; }
[<System.Configuration.ConfigurationProperty("prefix", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.Prefix : string with get, set
Public Property Prefix As String
属性值
此元素的命名空间前缀。The namespace prefix of this element.
- 属性