WebFolderProperties.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 with get
function get ExtenderCATID () : String
Property Value
Type: System.String
The extender that is registered for the given extender name.
Remarks
The ExtenderCATID property is used by extenders to provide internal-only access to project properties.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.