SPSharedServiceApplicationInfo.ApplicationClassId Property
The class identifier of the application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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