 | StructuredDataElementSdId Property |
Gets the identifier.
Namespace: SyslogNet.ClientAssembly: SyslogNet.Client.Core (in SyslogNet.Client.Core.dll) Version: 0.4.0.0
Syntaxpublic string SdId { get; }
Public ReadOnly Property SdId As String
Get
public:
virtual property String^ SdId {
String^ get () sealed;
}
abstract SdId : string with get
override SdId : string with get
Property Value
Type:
StringStructured data identifier.
Implements
IStructuredDataElementSdId
See Also