SyndicationElementExtension.OuterNamespace Właściwość

Definicja

Pobiera zewnętrzną przestrzeń nazw rozszerzenia elementu.

public:
 property System::String ^ OuterNamespace { System::String ^ get(); };
public string OuterNamespace { get; }
member this.OuterNamespace : string
Public ReadOnly Property OuterNamespace As String

Wartość właściwości

Zewnętrzna przestrzeń nazw rozszerzenia elementu.

Uwagi

Zewnętrzną przestrzenią nazw następującego elementu niestandardowego jest mg.

<feed xmlns:mg="http://contoso.com">  
    <mg:custom> some text </mg:custom>  
</feed>  

Dotyczy