ArcFM Responder Mobile Developer Guide
CategoryID Property (ComponentCategoryAttribute)






Syntax
'Declaration
 
Public ReadOnly Property CategoryID As System.Guid
'Usage
 
Dim instance As ComponentCategoryAttribute
Dim value As System.Guid
 
value = instance.CategoryID
public System.Guid CategoryID {get;}
public read-only property CategoryID: System.Guid; 
public function get CategoryID : System.Guid
public: __property System.Guid get_CategoryID();
public:
property System.Guid CategoryID {
   System.Guid get();
}
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

Reference

ComponentCategoryAttribute Class
ComponentCategoryAttribute Members

Send Feedback