The user id, object type full name and field name based index of the element to get or set.

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

Syntax

C#
public PrivacyManagerBinding this[
	Guid userId,
	string objectTypeFullName,
	string fieldName
] { get; set; }
Visual Basic
Public Default Property Item ( 
	userId As Guid,
	objectTypeFullName As String,
	fieldName As String
) As PrivacyManagerBinding
	Get
	Set
Visual C++
public:
property PrivacyManagerBinding^ default[Guid userId, String^ objectTypeFullName, String^ fieldName] {
	PrivacyManagerBinding^ get (Guid userId, String^ objectTypeFullName, String^ fieldName);
	void set (Guid userId, String^ objectTypeFullName, String^ fieldName, PrivacyManagerBinding^ value);
}
F#
member Item : PrivacyManagerBinding with get, set

Parameters

userId
Type: System..::..Guid
User id
objectTypeFullName
Type: System..::..String
Object type full name
fieldName
Type: System..::..String
Field name

Return Value

Type: PrivacyManagerBinding
Privacy binding

See Also