TextInfo.Content Property
[DataMember(Name = "Content")]
public string Content {get; set;}
This language is not supported or no code example is available.
[DataMember(Name = "Content")]
public:
property String^ Content {
String^ get( );
void set(
String^ value
);
}
This language is not supported or no code example is available.
public
DataMember(Name = "Content")
function get Content() : String;
public
DataMember(Name = "Content")
function set Content(value : String);
This language is not supported or no code example is available.
Property Value
string
In this article
Definition