SocialAttachment.Name-Eigenschaft
Ruft oder legt den Namen der Anlage.
Namespace: Microsoft.SharePoint.Client.Social
Assemblys: Microsoft.SharePoint.Client.UserProfiles.Silverlight (in Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (in Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Property Name As String
Get
Set
'Usage
Dim instance As SocialAttachment
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
Eigenschaftswert
Typ: System.String