BinaryFilter.IsLanguageFallback Property
Indicates whether the binary is to be used as the language fallback, if the operating system of the client computer does not.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 5, IsRequired = false)]
public bool IsLanguageFallback { get; set; }
public:
[DataMemberAttribute(Order = 5, IsRequired = false)]
property bool IsLanguageFallback {
bool get();
void set(bool value);
}
<DataMemberAttribute(Order := 5, IsRequired := False)>
Public Property IsLanguageFallback As Boolean
Property Value
Type: System.Boolean
If true, the binary is to be used as the language fallback; otherwise, false.
See Also
BinaryFilter Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top