PropertyStruct.SettingId property

Gets or sets the identifier of the location setting from which to read the property.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property SettingId As String
    Get
    Set
'Usage
Dim instance As PropertyStruct
Dim value As String

value = instance.SettingId

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

Property value

Type: System.String
The identifier of the location setting.

See also

Reference

PropertyStruct class

PropertyStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace