Gets or sets the PACS Framework unlock key.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared Property PacsFrmKey As String |
| C# | |
|---|
public static string PacsFrmKey {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property static string* get_PacsFrmKey();
public: __property static void set_PacsFrmKey(
string* value
); |
Return Value
A
String representing the PACS Framework unlock key.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also