NamedLobSystemInstanceDictionary.Item 属性 (String) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Sets or returns the value of an item in the NamedLobSystemDictionary object.

命名空间: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Default Property Item ( _
    lobSystemInstanceName As String _
) As LobSystemInstance
用法
Dim instance As NamedLobSystemInstanceDictionary
Dim lobSystemInstanceName As String
Dim value As LobSystemInstance

value = instance(lobSystemInstanceName)

instance(lobSystemInstanceName) = value
public LobSystemInstance this [
    string lobSystemInstanceName
] { get; set; }

参数

属性值

The name of the LobSystemInstance object.

另请参阅

参考

NamedLobSystemInstanceDictionary 类
NamedLobSystemInstanceDictionary 成员
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 命名空间