AnyAttr 속성
Gets or sets an array of SOAP attributes.
네임스페이스: ReportService2010
어셈블리: ReportService2010(ReportService2010.dll)
구문
‘선언
Public Property AnyAttr As XmlAttribute()
Get
Set
‘사용 방법
Dim instance As ItemNamespaceHeader
Dim value As XmlAttribute()
value = instance.AnyAttr
instance.AnyAttr = value
public XmlAttribute[] AnyAttr { get; set; }
public:
property array<XmlAttribute^>^ AnyAttr {
array<XmlAttribute^>^ get ();
void set (array<XmlAttribute^>^ value);
}
member AnyAttr : XmlAttribute[] with get, set
function get AnyAttr () : XmlAttribute[]
function set AnyAttr (value : XmlAttribute[])
속성 값
유형: array<System.Xml. . :: . .XmlAttribute> [] () [] []
An array of XmlAttribute objects.
주의
This property enables the use of attributes in the SOAP namespace.