Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the supported languages.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 4, IsRequired = false)]
public string Language { get; set; }
public:
[DataMemberAttribute(Order = 4, IsRequired = false)]
property String^ Language {
String^ get();
void set(String^ value);
}
<DataMemberAttribute(Order := 4, IsRequired := False)>
Public Property Language As String
Property Value
Type: System.String
An instance of String that contains the supported languages.
See Also
BinaryFilter Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top