SharedPropertyGroup.Property(String) メソッド

定義

指定された名前のプロパティを返します。

public:
 System::EnterpriseServices::SharedProperty ^ Property(System::String ^ name);
public System.EnterpriseServices.SharedProperty Property(string name);
member this.Property : string -> System.EnterpriseServices.SharedProperty
Public Function Property (name As String) As SharedProperty

パラメーター

name
String

要求されたプロパティの名前。

返品

要求された SharedProperty

注釈

CreatePropertyとは異なり、このプロパティは既に存在している必要があります。

適用対象