WebFileProperties.ExtenderCATID Property

 

Gets the extender category ID (CATID) for the object.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

string ExtenderCATID { get; }
property String^ ExtenderCATID {
    String^ get();
}
abstract ExtenderCATID : string with get
ReadOnly Property ExtenderCATID As String

Property Value

Type: System.String

The extender category ID for the object.

Remarks

The ExtenderCATID property is used by extenders to provide internal-only access to project properties.

See Also

WebFileProperties Interface
VsWebSite Namespace

Return to top