| OAuthTokenRequestClientId Property |
Gets or sets the client id
Namespace:
SanteDB.DisconnectedClient.Security
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string ClientId { get; set; }
Public Property ClientId As String
Get
Set
public:
property String^ ClientId {
String^ get ();
void set (String^ value);
}
member ClientId : string with get, set
Property Value
Type:
StringSee Also