Important
Only use this struct in conjunction with VCardBuilder!
public readonly struct AccessBuilderPublic Structure AccessBuilderpublic value class AccessBuilder[<SealedAttribute>]
type AccessBuilder =
struct
inherit ValueType
end| Clear | Sets the Access property to null. |
| Edit(FuncAccessProperty, AccessProperty) | Edits the content of the Access property with a delegate. |
| EditTArg(FuncAccessProperty, TArg, AccessProperty, TArg) | Edits the content of the Access property with a delegate and allows to pass an argument to this delegate. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Set | Sets the Access property to an AccessProperty instance that is newly initialized using the specified arguments. |