AttributeId Property

MNG Profiler

MNG.Direct Documentation


AttributeId Property
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
<PostSharp.Aspects.Serialization.AspectSerializerIgnoreAttribute()>
<ObsoleteAttribute(Message="Do not use this property in customer code.", IsError=True)>
Public Property AttributeId As Long
'Usage
 
Dim instance As ProfileAttribute
Dim value As Long
 
instance.AttributeId = value
 
value = instance.AttributeId
[XmlIgnore()]
[PostSharp.Aspects.Serialization.AspectSerializerIgnore()]
[Obsolete(Message="Do not use this property in customer code.", IsError=true)]
public long AttributeId {get; set;}
[XmlIgnore()]
[PostSharp.Aspects.Serialization.AspectSerializerIgnore()]
[Obsolete(Message="Do not use this property in customer code.", IsError=true)]
public:
property int64 AttributeId {
   int64 get();
   void set (    int64 value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also