WebFileProperties.ExtenderCATID Property

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

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

Syntax

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

Property Value

Type: String
The extender category ID for the object.

Remarks

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

.NET Framework Security

See Also

Reference

WebFileProperties Interface

VsWebSite Namespace