BRItem.Text 속성
Gets or sets the text.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<DataMemberAttribute> _
Public Property Text As String
Get
Friend Set
‘사용 방법
Dim instance As BRItem
Dim value As String
value = instance.Text
[DataMemberAttribute]
public string Text { get; internal set; }
[DataMemberAttribute]
public:
property String^ Text {
String^ get ();
internal: void set (String^ value);
}
[<DataMemberAttribute>]
member Text : string with get, internal set
function get Text () : String
internal function set Text (value : String)
속성 값
유형: System.String
The text.