UtilApplicationAssemblyGuid Property
Gets the
Guid of the current application.
Namespace: DevCase.Core.ApplicationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Guid AssemblyGuid { get; }
public:
static property Guid AssemblyGuid {
Guid get ();
}
static member AssemblyGuid : Guid with get
No code example is currently available or this language may not be supported.
Property Value
Guid
The resulting
Guid.
This is a code example.
No code example is currently available or this language may not be supported.
Dim guid As Guid = AssemblyGuid
Console.WriteLine(guid.ToString())
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.