API Reference
Class
SidHistoryWriteResult
Result returned by a SIDHistory writer.
Inheritance
- Object
- SidHistoryWriteResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public SidHistoryWriteResult() #Methods
Inherited Methods
Properties
public Boolean Applied { get; set; } #Gets a value indicating whether the writer applied the change.
public Int32 StatusCode { get; set; } #Writer-specific status code, typically Win32 or RPC.
public String StatusMessage { get; set; } #Writer-specific status message.
public String SourceSid { get; set; } #SID value written or attempted.