SPSharedServiceApplicationInfo.ApplicationClassId property
The class identifier of the application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ApplicationClassId As Guid
Get
Set
'Usage
Dim instance As SPSharedServiceApplicationInfo
Dim value As Guid
value = instance.ApplicationClassId
instance.ApplicationClassId = value
[DataMemberAttribute]
public Guid ApplicationClassId { get; set; }
Property value
Type: System.Guid
Returns Guid.
See also
Reference
SPSharedServiceApplicationInfo class