ResXDataNodeAssemblyAliasValue Property
Gets the assembly name defined in the source .resx file if
TypeName contains an assembly alias name,
or
, if
TypeName contains the assembly qualified name.
If the resource does not contain the .resx information (that is, if the
ResXDataNode was created from an object or the raw .resx data was removed on a
GetValue call), then this property returns
.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public string? AssemblyAliasValue { get; }
Public ReadOnly Property AssemblyAliasValue As String
Get
public:
property String^ AssemblyAliasValue {
String^ get ();
}
member AssemblyAliasValue : string with get
Property Value
String