Gets the access key setting.

Namespace: MonoSoftware.MonoX.FileSystem
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string AccessKeyId { get; }
Visual Basic
Public ReadOnly Property AccessKeyId As String
	Get
Visual C++
public:
property String^ AccessKeyId {
	String^ get ();
}
F#
member AccessKeyId : string with get

Property Value

Type: String

See Also