Class VCardOrganization
VCardOrganization class
Represents vCard organization properties
public sealed class VCardOrganization
Constructors
Name | Description |
---|
VCardOrganization() | Initializes a new instance of the VCardOrganization class |
Properties
Name | Description |
---|
Agent { get; set; } | Gets or sets an agent |
Departments { get; set; } | Gets or sets a departments |
Logo { get; set; } | Gets or sets a logo |
Organization { get; set; } | Gets or sets a organization |
Role { get; set; } | Gets or sets a role |
Title { get; set; } | Gets or sets a job title |
See Also