XsltConfigSection.ProhibitDefaultResolverString Propriedade
Definição
Obtém ou define uma cadeia de caracteres que representa o resolvedor padrão de XSLT proibido.Gets or sets a string that represents the XSLT prohibit default resolver.
public:
property System::String ^ ProhibitDefaultResolverString { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("prohibitDefaultResolver", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public string ProhibitDefaultResolverString { get; set; }
[<System.Configuration.ConfigurationProperty("prohibitDefaultResolver", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.ProhibitDefaultResolverString : string with get, set
Public Property ProhibitDefaultResolverString As String
Valor da propriedade
Uma cadeia de caracteres que representa o resolvedor padrão de proibir a XSLT.A string that represents the XSLT prohibit default resolver.
- Atributos