Share via


IsAttribute Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Indicates whether the item is an attribute.

Namespace:  Ws.ServiceModel
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Property IsAttribute As Boolean
public bool IsAttribute { get; set; }
public:
property bool IsAttribute {
    bool get ();
    void set (bool value);
}
member IsAttribute : bool with get, set
function get IsAttribute () : boolean
function set IsAttribute (value : boolean)

Property Value

Type: System. . :: . .Boolean
true if the item is an attribute, or false if not.

.NET Framework Security

See Also

Reference

DataMemberAttribute Class

Ws.ServiceModel Namespace