Share via


QuickLink.ContentClass Property

Gets or sets the icon that is displayed.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property ContentClass As String
    Get
    Set
'Usage
Dim instance As QuickLink
Dim value As String

value = instance.ContentClass

instance.ContentClass = value
public string ContentClass { get; set; }

Property Value

Type: System.String
String. The type of content source to which the quick link refers.

Remarks

If the value of this property is blank, then the file extension determines the icon that is displayed.

See Also

Reference

QuickLink Class

QuickLink Members

Microsoft.Office.Server.UserProfiles Namespace